This repository was archived by the owner on Dec 16, 2022. It is now read-only.
[do not merge] Slack vitess v11.0.4.vtctld.pre#247
Open
Conversation
…funcs_to_topotools
[wrangler|topotools] Migrate `UpdateShardRecords`, `RefreshTabletsByShard`, and `{Get,Save}RoutingRules`
Signed-off-by: Vitaliy Mogilevskiy <vmogilevskiy@slack-corp.com>
…vschemas [vtctld] Add GetSrvVSchemas command Signed-off-by: Vitaliy Mogilevskiy <vmogilevskiy@slack-corp.com>
add backup status to vtctld 9.0 branch Signed-off-by: Vitaliy Mogilevskiy <vmogilevskiy@slack-corp.com>
…t_conns [grpctmclient] Add support for (bounded) per-host connection reuse
Fix for padding in OrderAndCheckPartitions
Member
Author
Member
Author
Member
Author
|
Member
Author
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
This will serve as the base branch for 11.x vtctld branches, and should not be merged into master.
I compiled a list of cherry picks you see below from the following PRs:
as PER: https://paper.dropbox.com/doc/Deploys--BiBeEroaHSASXm33RaJsy5GMAg-4DTMhk7UnGtetj5tqzJ75#:h2=But-where-do-the-cherry-picks-
and started to apply them to this branch using:
all cherry picks with [x] are done, the rest still need to be applied manually. It's a very tedious process due to many (and I mean MANY conflicts that need to be resolved manually). There are also a number of proto conflicts on generated files which I attempted to fix as follows:
From #231:
UpdateShardRecords,RefreshTabletsByShard, and{Get,Save}RoutingRulesvitessio/vitess#7965GetShardcall inFindAllShardsInKeyspacevitessio/vitess#7992ChangeTabletTypeimplementations. vitessio/vitess#8052RebuildVSchemaGraphvitessio/vitess#8197CellInfo,CellAliasrw RPCs vitessio/vitess#8219VtctldServer.GetWorkflowsmethod vitessio/vitess#8261GetWorkflowsendpoint vitessio/vitess#8266scanWorkflowconcurrently vitessio/vitess#8272ApplyVSchematoVtctldServervitessio/vitess#8113ExpandCellsto not error on valid aliases vitessio/vitess#8291git cherry-pick -m1 ee64609)From #232
git cherry-pick -m1 a8679df)From #233
git cherry-pick -m1 b966492)From TBD...
This is the section that still needs to be compiled as per:
Related Issue(s)
Checklist
Deployment Notes
Impacted Areas in Vitess
Components that this PR will affect: